Package-level declarations

Types

Link copied to clipboard
interface AdError

Class containing errors that can occur during an ad request.

Link copied to clipboard
class AdInfo @JvmOverloads constructor(val adUnitId: String, val adSize: AdSize?, val data: String? = null, val creatives: List<Creative> = emptyList())

Container for base Ad information

Link copied to clipboard
class AdRequest

An AdRequest contains targeting information used to fetch an ad. Ad requests are created using Builder.

Link copied to clipboard

An AdRequestConfiguration contains targeting information used to fetch an ad. Ad request configurations are created using Builder.

Link copied to clipboard
class AdRequestError @JvmOverloads constructor(val code: Int, val description: String, val adUnitId: String? = null)

Class containing errors that can occur during an ad request.

Link copied to clipboard
class AdSize(val width: Int, val height: Int)

Container for ad sizes.

Link copied to clipboard

Interface contains logic that creates a bidder token to be used in the mediation. Bidder token is generated asynchronously.

Link copied to clipboard

Listener to obtain results of bidder token generation from BidderTokenLoader.loadBidderToken

Link copied to clipboard

Configuration for requesting a bidder token.

Link copied to clipboard
data class Creative(val creativeId: String? = null, val campaignId: String? = null)

Creative information

Link copied to clipboard
object Gender

Gender characteristics.

Link copied to clipboard
interface ImpressionData

An interface with impression-level revenue data.

Link copied to clipboard

A listener for receiving notifications about SDK initialization complete.

Link copied to clipboard

Class contains logic that applies to the Mobile Ads SDK as a whole. Right now, the only methods in it are used for enabling SDK logs, getting SDK version and enabling visibility error indicator.

Link copied to clipboard
class VideoController(videoEventController: <Error class: unknown class>)

An object that provides playback control for video.

Link copied to clipboard

A listener for receiving callbacks for video events.